home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / tobby_ura_ura.swf / scripts / DefineSprite_137 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  198b  |  12 lines

  1. function hitCheck()
  2. {
  3.    if(this.hitTest(_root.tobbyMC.hitdummyMC) == true)
  4.    {
  5.       _root.tobbyMC.miss();
  6.    }
  7.    if(this.hitTest(_root.handMC))
  8.    {
  9.       _root.handMC.miss();
  10.    }
  11. }
  12.